Keep the length of the anti-expose queue finite, by if it gets too long,
authorOwen Taylor <otaylor@redhat.com>
Wed, 6 Feb 2002 00:41:07 +0000 (00:41 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 6 Feb 2002 00:41:07 +0000 (00:41 +0000)
commit9a8f790e8a6576261fde3b9caef4508e02397464
treee5cc7cbd23cab906a80aeaeb2a475ca3011a792e
parentd18c9de808473d325dff8f95de1e0b776f11c052
Keep the length of the anti-expose queue finite, by if it gets too long,

Tue Feb  5 19:13:42 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkgeometry-x11.c (gdk_window_queue): Keep
        the length of the anti-expose queue finite, by if
        it gets too long, first doing a XSync() and checking
the event queue, and if that doesn't work, simply
        discarding all anti-expose items in the queue.

* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix ordering
on ConfigureNotify (#56349, Thomas Leonard)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkgeometry-x11.c